EnableRequest

data class EnableRequest(presentationUrl: String?)

Represents request frame that can be used with Cast#enable operation call.

Starts observing for sinks that can be used for tab mirroring, and if set, sinks compatible with |presentationUrl| as well. When sinks are found, a |sinksUpdated| event is fired. Also starts observing for issue messages. When an issue is added or removed, an |issueUpdated| event is fired.

See also

Constructors

EnableRequest
Link copied to clipboard
fun EnableRequest(presentationUrl: String? = null)

Properties

presentationUrl
Link copied to clipboard
val presentationUrl: String? = null

Sources

jvm source
Link copied to clipboard